feat(desktop): list descendant notes when collapsed - #489
Conversation
|
Warning Review limit reached
Next review available in: 7 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Inkdrop shows a collapsed parent's notes plus its children. Expanded notebooks stay direct-only.
6eedbcf to
8a85ab0
Compare
Stacked on #488.
Why
Inkdrop lists a collapsed notebook's own notes and its descendants. Ours always filtered to the selected notebook only, so collapsing the tree hid child notes.
What
notebookExpandStore(default expanded)notebookIdsfor that subtreeTest
pnpm --filter desktop exec vitest run src/renderer/utils/__tests__/listOptionsFromNav.test.ts src/renderer/stores/__tests__/notebookExpandStore.test.ts